home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue45
/
Clinic
/
Server.idl
< prev
Wrap
Text File
|
2000-11-02
|
179b
|
14 lines
module Server
{
interface ITest
{
double Get_DateAndTime();
};
interface TestFactory
{
ITest CreateInstance(in string InstanceName);
};
};